home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5078 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What dll's are required for programs built in Borland 4.52 32bit mode
  5. Date: 2 Feb 1996 12:13:59 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4esv67$cn2@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe10.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Feb 02, 1996 00:14:09 in article <What dll's are required for programs
  15. built in Borland 4.52 32bit mode>, 'Live_and_let_dye@msn.com (Michael Dye)'
  16. wrote: 
  17.  
  18.  
  19. >Is there any easy way of locating which dll's are needed when a  
  20. >program has been compiled using BC++ 4.52??  I have a program that  
  21. >runs fine as long as the Borland IDE is running, however when  
  22. >executing the program from the exe it will not display the dialog  
  23. >boxes.  Any help is much appreciated!! 
  24.  
  25. If you're concerned with distributing your app, the best thing is to 
  26. build it so it doesn't need anything but the standard OS DLLs which 
  27. everyone already has.  In other words, change you project so 
  28. that it includes runtime libraries statically (Target Expert, change 
  29. Dynamically to Statically). 
  30.  
  31. -- 
  32. Pete Grant 
  33. Kalevi, Inc. 
  34. Object Oriented Software Development
  35.